<string>You are about to copy selected hard disk </string>
</property>
<property name="SubCaption" stdset="0">
<string>All data on the destination disk will be lost!</string>
</property>
</widget>
<widget class="QFrame">
<property name="name">
<cstring>CopyHddDlg_MainFrame</cstring>
</property>
<property name="frameShape">
<enum>NoFrame</enum>
</property>
<property name="frameShadow">
<enum>Plain</enum>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<widget class="QLayoutWidget">
<property name="name">
<cstring>layout10</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel">
<property name="name">
<cstring>textLabel1_2</cstring>
</property>
<property name="text">
<string>Please select destination disk:</string>
</property>
<property name="buddy" stdset="0">
<cstring>CopyHddDlg_HDDListBox</cstring>
</property>
</widget>
<widget class="QComboBox">
<property name="name">
<cstring>CopyHddDlg_HDDListBox</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</hbox>
</widget>
<widget class="QLabel">
<property name="name">
<cstring>CopyHddDlg_TargetLabel</cstring>
</property>
<property name="text">
<string>Disk view after copy operation:</string>
</property>
</widget>
<widget class="CUDRContainer">
<property name="name">
<cstring>CopyHddDlg_UDRContainer</cstring>
</property>
<property name="minimumSize">
<size>
<width>400</width>
<height>14</height>
</size>
</property>
</widget>
<widget class="QCheckBox">
<property name="name">
<cstring>CopyHddDlg_AllowResizeChk</cstring>
</property>
<property name="text">
<string>Copy data and resize partitions proportionally</string>
</property>
<property name="whatsThis" stdset="0">
<string>In this mode, the Wizard changes the size of partitions in the same proportion, with keeping intact their relative order. This option can be useful in upgrading a hard disk to a larger one.</string>
<string>Current size of the disk copy is 111 GB (100% of target disk)</string>
</property>
<property name="alignment">
<set>AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" row="1" column="3">
<property name="name">
<cstring>textLabel4_2</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>4</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Max Copy Size:</string>
</property>
</widget>
<widget class="QLabel" row="1" column="0">
<property name="name">
<cstring>textLabel4_3</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>4</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Min Copy Size:</string>
</property>
</widget>
<widget class="QLabel" row="1" column="4">
<property name="name">
<cstring>CopyHddDlg_MaxCopySize</cstring>
</property>
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>5.8 GB</string>
</property>
<property name="alignment">
<set>AlignVCenter</set>
</property>
<property name="indent">
<number>-1</number>
</property>
</widget>
<widget class="QSlider" row="1" column="2">
<property name="name">
<cstring>CopyHddDlg_SizeSlider</cstring>
</property>
<property name="enabled">
<bool>true</bool>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>25</height>
</size>
</property>
<property name="maxValue">
<number>100</number>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="tickmarks">
<enum>NoMarks</enum>
</property>
</widget>
<widget class="QLabel" row="1" column="1">
<property name="name">
<cstring>CopyHddDlg_MinCopySize</cstring>
</property>
<property name="text">
<string>1.3 GB</string>
</property>
</widget>
<spacer row="2" column="2">
<property name="name">
<cstring>spacer74</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>0</height>
</size>
</property>
</spacer>
</grid>
</widget>
</widget>
<widget class="QFrame">
<property name="name">
<cstring>CopyHddDlg_AdvFrame</cstring>
</property>
<property name="frameShape">
<enum>NoFrame</enum>
</property>
<property name="frameShadow">
<enum>Plain</enum>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<widget class="QCheckBox">
<property name="name">
<cstring>CopyHddDlg_RawCopyChk</cstring>
</property>
<property name="text">
<string>HDD raw copy</string>
</property>
<property name="whatsThis" stdset="0">
<string>Copy an entire hard disk sector by sector without taking into account its partition structure.</string>
</property>
</widget>
<widget class="QCheckBox">
<property name="name">
<cstring>CopyHddDlg_CopyOneToOneChk</cstring>
</property>
<property name="text">
<string>Partition raw copy</string>
</property>
<property name="whatsThis" stdset="0">
<string>Copy each partition sector by sector. All sectors will be processed
one by one (even unused sectors). Requires more time to complete the
operation.</string>
</property>
</widget>
<widget class="QCheckBox">
<property name="name">
<cstring>CopyHddDlg_IncCopyChk</cstring>
</property>
<property name="text">
<string>Perform incremental copy</string>
</property>
<property name="whatsThis" stdset="0">
<string>This option is intended for copying only changes on the hard disk since a previous copy operation.</string>
</property>
</widget>
<widget class="QCheckBox">
<property name="name">
<cstring>CopyHddDlg_RemoveFreeBlChk</cstring>
</property>
<property name="text">
<string>Remove free blocks when copying</string>
</property>
<property name="whatsThis" stdset="0">
<string>With this option being active, the Wizard will not leave blocks of free space between partitions on the targeted hard disk.</string>
</property>
</widget>
<widget class="QCheckBox">
<property name="name">
<cstring>CopyHddDlg_TestSurfChk</cstring>
</property>
<property name="text">
<string>Perform surface test before copying</string>
</property>
<property name="whatsThis" stdset="0">
<string>Set this option if you want the Wizard to perform the surface test on the target hard disk. In this case, if the program finds bad and unreliable sectors it will mark them as unusable ones.</string>